home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Grafika / Raw Therapee 2.3 / rawtherapee23.exe / gtkrc.light < prev    next >
Text File  |  2006-06-19  |  4KB  |  151 lines

  1. # Based on Bluecurve
  2. # Created by Richard Stellingwerff, Emil Jacobs and Daniel Borgmann.
  3.  
  4. gtk-font-name = "sans 8"
  5.  
  6. style "clearlooks-default"
  7. {
  8.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  9.   GtkRange       ::trough_border     = 0
  10.   GtkPaned       ::handle_size       = 6
  11.   GtkRange       ::slider_width      = 12
  12.   GtkRange       ::stepper_size      = 12
  13.   GtkScrollbar   ::min_slider_length = 30
  14.   GtkCheckButton ::indicator_size    = 12
  15.   GtkMenuBar     ::internal-padding  = 0
  16.   GtkTreeView    ::expander_size     = 11
  17.   GtkExpander    ::expander_size     = 11
  18.  
  19.   xthickness = 1
  20.   ythickness = 1
  21.  
  22.   fg[NORMAL]        = "#101010" # very dark gray #101010
  23.   fg[PRELIGHT]      = "#101010" # dark grey
  24.   fg[ACTIVE]        = "#000000" # black
  25.   fg[SELECTED]      = "#ffffff" # white
  26.   fg[INSENSITIVE]   = "#b5b3ac" # dark beige / grey
  27.  
  28.   bg[NORMAL]        = "#efebe7" # light beige / grey
  29.   bg[PRELIGHT]      = "#f5f3f0" # very light beige
  30.   bg[ACTIVE]        = "#d4cfca" # mid beige / grey
  31.   bg[SELECTED]      = "#7c99ad" # blueish
  32.   bg[INSENSITIVE]   = "#efebe7" # light beige / grey
  33.     
  34.   base[NORMAL]      = "#ffffff" # white
  35.   base[PRELIGHT]    = "#7c99ad" # blueish
  36.   base[ACTIVE]      = "#a29e8e" # dark beige / grey
  37.   base[SELECTED]    = "#7c99ad" # blueish
  38.   base[INSENSITIVE] = "#efebe7" #light beige / grey
  39.     
  40.   text[NORMAL]      = "#000000" # black
  41.   text[PRELIGHT]    = "#000000" # black
  42.   text[ACTIVE]      = "#ffffff" # white
  43.   text[SELECTED]    = "#ffffff" # white
  44.   text[INSENSITIVE] = "#b5b3ac" # dark beige / grey
  45.  
  46.   engine "clearlooks"  {
  47.     sunkenmenubar     = 1       # 0 = disable, 1 = enable
  48.     menuitemstyle     = 0       # 0 = flat, 1 = 3d-ish (button)
  49.     listviewitemstyle = 0       # 0 = flat, 1 = 3d-ish (gradient)
  50.     progressbarstyle  = 0       # 0 = candy bar, 1 = flat
  51.   }
  52. }
  53.  
  54. style "clearlooks-wide" = "clearlooks-default"
  55. {
  56.   xthickness = 1
  57.   ythickness = 1
  58. }
  59.  
  60. style "clearlooks-notebook" = "clearlooks-wide"
  61. {
  62.   bg[NORMAL] = "#eae4df"
  63. }
  64.  
  65. style "clearlooks-tasklist" = "clearlooks-default"
  66. {
  67.   xthickness = 5
  68.   ythickness = 3
  69. }
  70.  
  71. style "clearlooks-menu" = "clearlooks-default"
  72. {
  73.   xthickness = 2
  74.   ythickness = 1
  75.   bg[NORMAL] = "#f8f5f2"
  76. }
  77.  
  78. style "clearlooks-menu-item" = "clearlooks-default"
  79. {
  80.   xthickness = 1
  81.   ythickness = 1
  82.   fg[PRELIGHT] = "#ffffff"
  83.   text[PRELIGHT] = "#ffffff"
  84. }
  85.  
  86. style "clearlooks-menu-itembar" = "clearlooks-default"
  87. {
  88.   xthickness = 1
  89.   ythickness = 1
  90. }
  91.  
  92. style "clearlooks-tree" = "clearlooks-default"
  93. {
  94.   xthickness = 1
  95.   ythickness = 1
  96. }
  97.  
  98. style "clearlooks-frame-title" = "clearlooks-default"
  99. {
  100.   fg[NORMAL] = "#404040"
  101. }
  102.  
  103. style "clearlooks-panel" = "clearlooks-default"
  104. {
  105.   xthickness = 3
  106.   ythickness = 3
  107. }
  108.  
  109. style "clearlooks-tooltips" = "clearlooks-default"
  110. {
  111.   xthickness = 4
  112.   ythickness = 4
  113.   bg[NORMAL] = { 1.0,1.0,0.75 }
  114. }
  115.  
  116. style "clearlooks-progressbar" = "clearlooks-default"
  117. {
  118.   xthickness = 1
  119.   ythickness = 0
  120.  
  121.   fg[PRELIGHT]  = "#ffffff"
  122. }
  123.  
  124. style "clearlooks-combo" = "clearlooks-default"
  125. {
  126.   xthickness = 1
  127.   ythickness = 1
  128. }
  129.  
  130. class "GtkWidget" style "clearlooks-default"
  131. class "GtkButton" style "clearlooks-wide"
  132. class "GtkRange" style "clearlooks-wide"
  133. class "GtkFrame" style "clearlooks-wide"
  134. class "GtkStatusbar" style "clearlooks-wide"
  135. class "GtkMenu" style "clearlooks-menu"
  136. class "GtkMenuItem" style "clearlooks-menu-item"
  137. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  138. class "GtkEntry" style "clearlooks-wide"
  139. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  140. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  141. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  142. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  143. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  144. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  145. widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
  146. widget "gtk-tooltips" style "clearlooks-tooltips"
  147. class "GtkNotebook" style "clearlooks-notebook"
  148. class "GtkProgressBar" style "clearlooks-progressbar"
  149. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  150. widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
  151.